3.135 \(\int \cos ^3(a+b x) \cot ^2(a+b x) \, dx\)

Optimal. Leaf size=38 \[ \frac{\sin ^3(a+b x)}{3 b}-\frac{2 \sin (a+b x)}{b}-\frac{\csc (a+b x)}{b} \]

[Out]

-(Csc[a + b*x]/b) - (2*Sin[a + b*x])/b + Sin[a + b*x]^3/(3*b)

________________________________________________________________________________________

Rubi [A]  time = 0.0344497, antiderivative size = 38, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.118, Rules used = {2590, 270} \[ \frac{\sin ^3(a+b x)}{3 b}-\frac{2 \sin (a+b x)}{b}-\frac{\csc (a+b x)}{b} \]

Antiderivative was successfully verified.

[In]

Int[Cos[a + b*x]^3*Cot[a + b*x]^2,x]

[Out]

-(Csc[a + b*x]/b) - (2*Sin[a + b*x])/b + Sin[a + b*x]^3/(3*b)

Rule 2590

Int[sin[(e_.) + (f_.)*(x_)]^(m_.)*tan[(e_.) + (f_.)*(x_)]^(n_.), x_Symbol] :> -Dist[f^(-1), Subst[Int[(1 - x^2
)^((m + n - 1)/2)/x^n, x], x, Cos[e + f*x]], x] /; FreeQ[{e, f}, x] && IntegersQ[m, n, (m + n - 1)/2]

Rule 270

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*(a + b*x^n)^p,
 x], x] /; FreeQ[{a, b, c, m, n}, x] && IGtQ[p, 0]

Rubi steps

\begin{align*} \int \cos ^3(a+b x) \cot ^2(a+b x) \, dx &=-\frac{\operatorname{Subst}\left (\int \frac{\left (1-x^2\right )^2}{x^2} \, dx,x,-\sin (a+b x)\right )}{b}\\ &=-\frac{\operatorname{Subst}\left (\int \left (-2+\frac{1}{x^2}+x^2\right ) \, dx,x,-\sin (a+b x)\right )}{b}\\ &=-\frac{\csc (a+b x)}{b}-\frac{2 \sin (a+b x)}{b}+\frac{\sin ^3(a+b x)}{3 b}\\ \end{align*}

Mathematica [A]  time = 0.0165735, size = 38, normalized size = 1. \[ \frac{\sin ^3(a+b x)}{3 b}-\frac{2 \sin (a+b x)}{b}-\frac{\csc (a+b x)}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[a + b*x]^3*Cot[a + b*x]^2,x]

[Out]

-(Csc[a + b*x]/b) - (2*Sin[a + b*x])/b + Sin[a + b*x]^3/(3*b)

________________________________________________________________________________________

Maple [A]  time = 0.012, size = 52, normalized size = 1.4 \begin{align*}{\frac{1}{b} \left ( -{\frac{ \left ( \cos \left ( bx+a \right ) \right ) ^{6}}{\sin \left ( bx+a \right ) }}- \left ({\frac{8}{3}}+ \left ( \cos \left ( bx+a \right ) \right ) ^{4}+{\frac{4\, \left ( \cos \left ( bx+a \right ) \right ) ^{2}}{3}} \right ) \sin \left ( bx+a \right ) \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(b*x+a)^5/sin(b*x+a)^2,x)

[Out]

1/b*(-cos(b*x+a)^6/sin(b*x+a)-(8/3+cos(b*x+a)^4+4/3*cos(b*x+a)^2)*sin(b*x+a))

________________________________________________________________________________________

Maxima [A]  time = 0.990273, size = 43, normalized size = 1.13 \begin{align*} \frac{\sin \left (b x + a\right )^{3} - \frac{3}{\sin \left (b x + a\right )} - 6 \, \sin \left (b x + a\right )}{3 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)^5/sin(b*x+a)^2,x, algorithm="maxima")

[Out]

1/3*(sin(b*x + a)^3 - 3/sin(b*x + a) - 6*sin(b*x + a))/b

________________________________________________________________________________________

Fricas [A]  time = 1.78223, size = 84, normalized size = 2.21 \begin{align*} \frac{\cos \left (b x + a\right )^{4} + 4 \, \cos \left (b x + a\right )^{2} - 8}{3 \, b \sin \left (b x + a\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)^5/sin(b*x+a)^2,x, algorithm="fricas")

[Out]

1/3*(cos(b*x + a)^4 + 4*cos(b*x + a)^2 - 8)/(b*sin(b*x + a))

________________________________________________________________________________________

Sympy [A]  time = 2.675, size = 61, normalized size = 1.61 \begin{align*} \begin{cases} - \frac{8 \sin ^{3}{\left (a + b x \right )}}{3 b} - \frac{4 \sin{\left (a + b x \right )} \cos ^{2}{\left (a + b x \right )}}{b} - \frac{\cos ^{4}{\left (a + b x \right )}}{b \sin{\left (a + b x \right )}} & \text{for}\: b \neq 0 \\\frac{x \cos ^{5}{\left (a \right )}}{\sin ^{2}{\left (a \right )}} & \text{otherwise} \end{cases} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)**5/sin(b*x+a)**2,x)

[Out]

Piecewise((-8*sin(a + b*x)**3/(3*b) - 4*sin(a + b*x)*cos(a + b*x)**2/b - cos(a + b*x)**4/(b*sin(a + b*x)), Ne(
b, 0)), (x*cos(a)**5/sin(a)**2, True))

________________________________________________________________________________________

Giac [A]  time = 1.15322, size = 43, normalized size = 1.13 \begin{align*} \frac{\sin \left (b x + a\right )^{3} - \frac{3}{\sin \left (b x + a\right )} - 6 \, \sin \left (b x + a\right )}{3 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)^5/sin(b*x+a)^2,x, algorithm="giac")

[Out]

1/3*(sin(b*x + a)^3 - 3/sin(b*x + a) - 6*sin(b*x + a))/b